Simple Modeless Dialog Box

Description

The following example displays a modeless dialog. The dialog is "modeless" because it does not require you to close it, before switching focus to another window. as a result, the dialog box can remain open for an arbitrary amount of time.

ui_modeless_dlg_box("Name",<<%dlg%
Name: [.20name];
{lf};
;
%dlg%,<<%code%
if a_dlg_button = "close" then
ui_modeless_dlg_close("name")
end
end if
%code%)

Limitations

Desktop applications only

See Also